gtk/gtkgladecatalog.c: Fix Visual Studio Builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 15 Sep 2014 04:26:32 +0000 (12:26 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 15 Sep 2014 04:26:32 +0000 (12:26 +0800)
commit15a9f1bdf5799d7c47df5cee86b95931578401e7
tree43d062cdae4a0093891bad9179650985f35b6160
parent779aa87ba5d08ae8fa6b812490a621b330dabc39
gtk/gtkgladecatalog.c: Fix Visual Studio Builds

The _GDK_EXTERN decoration needs to be with the function prototype, if one
exists, so move the _GDK_EXTERN decoration up.
gtk/gtkgladecatalog.c